.xmt-boxs .yynl-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.xmt-boxs .yynl-wrapper .title-wrapper {
  margin-top: 104px;
  margin-bottom: 59px;
}
.xmt-boxs .yynl-wrapper .title-wrapper .title {
  margin-bottom: 19px;
}
.xmt-boxs .yynl-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content {
  display: flex;
  flex-direction: row;
  margin-top: 35px;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content > :not(:last-child) {
  margin-right: 21px;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 285px;
  height: 398px;
  background: url('/pc/module/netmaket/module4/images/运营背景.jpg');
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item .text1 {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  margin: 15px 0 36px 0;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item .text2 {
  font-size: 15px;
  color: #3F3F3F;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item .item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 232px;
  background: #FFFFFF;
  border-radius: 19px;
  font-size: 16px;
  color: #505050;
  margin-top: 19px;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item .item-wrapper .text3 {
  margin: 20px 0 25px 0;
  font-weight: bold;
  font-size: 20px;
  color: #FD551A;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item .item-wrapper .text4 {
  margin-top: -25px;
  margin-bottom: 8px;
  font-size: 12px;
  color: #787472;
}
.xmt-boxs .yynl-wrapper .content-wrapper .content__item .item-wrapper span {
  width: 188px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #505050;
  background: #FFEFEA;
  border-radius: 22px;
  margin-bottom: 7px;
}
